* {
	box-sizing: border-box;
}
.mapbox label {
    max-width: none;
}
a {
	text-decoration: none;
	color: #000;
}

a:hover,
a:visited,
a:link,
a:active {
	text-decoration: none;
	color: #000;
}

.header {
	position: relative;
	height: 50px;
}

.centerbox {
	height: 100%;
	display: flex;
	align-items: center;
}

.bgstyle {
	background-position: center;
	background-size: cover;
}

.curstyle {
	cursor: pointer;
}

.xs-padding {
	padding-left: 0;
	padding-right: 0;
}

.phone-none {
	display: none;
}

.header .logobox {
	padding-left: 10px;
}

.header .logobox img {
	max-height: 45px;
}

.header .navbox {
	display: none;
	padding-left: 30px;
}

.header .navbox .navbtn {
	font-size: 18px;
	line-height: 95px;
}
.header .navbox .navbtn .navbtn-flex{
    display: flex;
    align-items: center;
    width: 100%;
}
.phonemore{
    margin-left: 3px;
    font-weight: bold;
    font-size: 25px;
}
.header .navbox .navbtnlist {
	display: none;
	z-index: 999;
	position: fixed;
	height: 140px;
	top: 95px;
	left: 0;
	right: 0;
	padding: 25px 0 25px 115px;
	background-color: #fff;
	font-size: 16px;
    border-top: solid 1px #ececec;
}

.header .navbox .navbtnlist a {
	margin-right: 150px;
	line-height: 16px;
}

.header .navbox .navbtnlist a svg {
	width: 9px;
	height: 15px;
	margin: 0 0 0 7px;
	float: right;
	transition: .3s;color: #ffa200;font-weight: bold;
}

.header .navbox .navbtnlist a:hover svg {
	margin: 0 4px 0 3px;
	float: left;
}

.header .navbox .navbtn:hover .navbtnlist {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.navmobile {
	display: flex;
	align-items: center;
}

.header .search {
	width: 18px;
	height: 18px;
	margin-right: 13px;
}

.navmobile .mobiletop {
	font-size: 12px;
	margin-bottom: -4px;
	padding-left: 6px;
}

.navmobile img {
	width: 24px;
	height: 24px;
}

.navmobile span {
	font-size: 16px;
	line-height: 17px;
	padding: 0 5px;
	font-weight: bold;
}

.header .phonebox {
	position: relative;
	float: right;
}

.header .navopen {
	color: #999;
	border: 1px solid #999;
	border-radius: 5px;
}

.header .phonebox .bi-list {
	display: block;
}

.header .phonebox.active .bi-list {
	display: none;
}

.header .phonebox .bi-x {
	display: none;
}

.header .phonebox.active .bi-x {
	display: block;
}

.header .phonenav {
	display: none;
	z-index: 999999;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: 100vh;
	padding: 0 20px;
	line-height: 50px;
	background-color: #fff;
	font-size: 14px;
}

.header .phonenav .navbtn {
	border-top: 1px solid #eee;
}

.header .phonenav .navbtn .phonemore svg {
	width: 1em;
	height: 1em;
	margin-top: 8px;
    font-size: 16px;
	transition: .3s;
}

.header .phonenav .navbtn .phonemore.active svg {
	transform: rotate(90deg);
}

.header .phonenav .navbtn .navsonlist {
	overflow: hidden;
	line-height: 0px;
	opacity: 0;
	padding-left: 10px;
	font-size: 13px;
	transition: .3s;
}

.header .phonenav .navbtn.active .navsonlist {
	line-height: 35px;
	opacity: 1;
}

.header .phonenav.active {
	display: block;
}

.swiperbox {
	position: relative;
	width: 100%;
}

.swiperbox .bgbox {
	height: 200px;
}

.swiperbox .mySwiperTop {
	z-index: 0;
}

.swiperbox .swiperTop-pagination {
	bottom: 0;
	opacity: 0.61;
}

.swiperbox .toppag {
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 0 4px;
	background-color: #ababab;
}

.swiperbox .toppagactive {
	background-color: #fff;
}

.swiperbox .numlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	width: 100%;
	height: 62px;
	background-color: rgba(0, 0, 0, .64);
}

.swiperbox .btnbox {
    z-index: 111111;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: calc(50% - 135px);
	bottom: 15px;
	width: 270px;
	height: 50px;
	padding: 0 35px;
	overflow: hidden;
	border-radius: 100px;
	background-image: linear-gradient(to right,
			#c8171e 0%,
			#c8171e 50%,
			#f49f01 50%,
			#f49f01 100%);
}

.swiperbox .btntextbox {
	color: #fff;
	transition: .3s;
}

.swiperbox .btntextbox:hover {
	transform: scale(1.1);
}

.swiperbox .btntitle {
	font-size: 12px;
}

.swiperbox .btntext {
	display: flex;
	align-items: center;
	font-size: 17px;
	line-height: 16px;
}

.swiperbox .btntext svg {
	margin-top: -2px;
	margin-left: 3px;
	width: 16px;
	height: 16px;
}

.maintitlebox {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.maintitle {
	text-align: center;
	font-size: 22px;
	margin-left: 5px;
}

.mainftitle {
	padding-top: 2px;
	transform: scaleX(.9);
	line-height: 16px;
	font-size: 16px;
	padding-bottom: 4px;
	border-bottom: 2px solid #f49f01;
}

.morebtn {
	display: block;
	width: 110px;
	line-height: 30px;
	font-size: 12px;
	color: #fff !important;
	background-color: #f49f01;
	text-align: center;
	transition: .3s;
	border-radius: 5px;
}

.morebtn:hover {
	transform: scale(1.1);
}

.about {
	height: 580px;
	padding-top: 20px;
}

.about .aboutlist {
	margin-top: 15px;
	height: 240px;
}

.about .aboutlist.aboutleft {
	padding-left: 0;
	padding-right: 0;
}

.about .aboutlist.aboutright {
	padding-left: 0;
	padding-right: 0;
}

.about .abouttitle {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.abouttext {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.about .morebtn {
	margin: 10px 0 20px;
}

.about .aboutnav {
	display: flex;
	align-items: center;
}

.about .aboutnavbox {
	width: calc(100%/3 - 6px);
	height: 80px;
	padding: 20px 0;
	margin-right: 9px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.29);
	background-blend-mode: darken;
	transition: .3s;
}

.about .aboutnavbox:last-child {
	margin-right: 0;
}

.about .aboutnavbox:hover {
	background-color: rgba(0, 0, 0, 0);
}

.about .aboutnavtitle {
	margin-bottom: -5px;
	font-size: 15px;
	font-weight: bold;
}

.about .aboutnavftitle {
	font-size: 12px;
    line-height: 20px;
	letter-spacing: .5px;
	transform: scaleX(0.75) scaleY(0.8);
}

.news {
	padding: 20px 0 0;
	height: 615px;
}

.news .newsbox {
	margin-top: 15px;
	height: 230px;
	transition: .3s;
}

.news .newsbox:hover .newsimg {
	transform: scale(1.05);
}

.news .newsbox .newsimg {
	width: 100%;
	height: 160px;
	transition: .3s;
}

.news .newsbox .newstitle {
	margin-top: 10px;
	font-size: 16px;
		text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.news .newsbox .newstext {
	margin-top: 5px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.news .morebtn {
	margin: 15px auto 0;
}

.product {
	height: 675px;
	padding: 20px 0 0;
}

.product .showA {
	position: relative;
	height: 180px;
	color: #fff;
	transition: .3s;
	background-color: rgba(0, 0, 0, 0.26);
	background-blend-mode: darken;
    border: solid 2px #fff;
}

.product .producttitle {
	position: absolute;
	right: 10px;
	bottom: 35px;
	font-size: 22px;
	line-height: 22px;
	transition: .3s;
}

.product .productmore {
	display: flex;
	align-items: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	transition: .3s;
}

.product .showA:hover {
	background-color: rgba(0, 0, 0, 0);
}

.product .maintitlebox {
	margin-bottom: 15px;
}

.product .productmore svg {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.product .morebtn {
	margin: 20px auto 0;
}

.footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: auto;
	padding: 20px 15px;
	background-color: #121212;
	color: #fff;
}

.footer.footernavbox {
	height: 85px;
}

.footer .footernav {
	font-size: 16px;
	margin-right: 25px;
	padding-right: 25px;
	color: #fff;
	border-right: 1px solid #fff;
}

.footer .footernav:last-child {
	padding-right: 0;
	border-right: none;
}

.footer .address {
	height: auto;
	font-size: 12px;
	line-height: 20px;
	/*text-align: center;*/
}

.footer .beian {
	font-size: 12px;
	color: #a8a8a8;
	text-align: center;
}

.footer .leftbox {
	order: 3;
}

.footer .middlebox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin-top: 10px;
	order: 2;
}

.footer .erweimabox {
	width: 85px;
	height: 110px;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
}

.footer .erweimabox img {
	width: 85px;
	height: 85px;
}

.footer .rightbox {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 0;
	order: 1;
}

.footer .rightboxtitle {
	margin: 0 10px 0 0;
	font-size: 14px;
}

.footer .rightboxnum {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #f49f01;
}
.xinwen .toutiao {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 65px;
	margin-top: 20px;
	background-color: #f9f9f9;
}
.xinwen .toutiao .leftbox {
    position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	width: 65px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	background-color: #f49f01;
}
.xinwen .toutiao .leftbox .sanjiao {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-left: 7px solid #f49f01;
    border-right: 0px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}
.xinwen .toutiao .rightbox {
	flex: 1;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
}
.xinwen .toutiao .rightbox .toutiaotitle {
	font-size: 17px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.xinwen .toutiao .rightbox .toutiaotext {
	font-size: 15px;
	color: #999;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.xinwenbox {
	margin: 20px 0 0;
	padding: 0;
}
.xinwenbox .rightbox .xinwentitle {
	font-size: 16px;
	font-weight: bold;
	color: #f49f01;
	margin: 10px 0;
	padding-left: 8px;
	line-height: 17px;
	border-left: 3px solid #f49f01;
}
.xinwenbox .rightbox .more {
	float: right;
	font-size: 13px;
	color: #999;
	font-weight: normal;
}
.xinwenbox .xinwenlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #565656;
    margin: 5px 0;
    font-size: 14px;
    border-bottom: solid 1px #ededed;
    padding-top: 0px;
    padding-bottom: 11px;
}
.xinwenbox .xinwenlist div {
	width: calc(100% - 85px);
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.xinwenbox .xinwenlist span {
	width: 85px;
	text-align: right;
}


@media (min-width: 768px) {
	.pc-padding {
		padding-left: 0;
		padding-right: 0;
	}

	.phone-none {
		display: block;
	}

	.header {
		height: 95px;
	}

	.header .logobox img {
		max-height: 80px;
	}

	.header .logobox {
		padding-left: 30px;
	}

	.header .phonebox {
		display: none;
	}

	.header .phonenav {
		display: none !important;
	}

	.header .navbox {
		display: flex;
	}

	.header .navbtn .phonemore svg {
		width: 14px;
		height: 1em;
		margin: -3px 3px;
		transition: .3s;
		color: #ffa200;
		transform: rotate(90deg);
	}

	.header .navbtn:hover .phonemore svg {
		transform: rotate(-90deg);
	}

	.navmobile .mobiletop {
		margin-bottom: 0;
		padding-left: 10px;
	}

	.header .search {
		min-width: 22px;
		min-height: 22px;
		margin-right: 11%;
	}

	.navmobile img {
		width: 34px;
		height: 34px;
	}

	.navmobile span {
		font-size: 20px;
		line-height: 18px;
		padding: 0 10px 0 9px;
	}

	.swiperbox .bgbox {
		height: 868px;
	}

	.swiperbox .swiperTop-pagination {
		bottom: 28px;
	}

	.swiperbox .toppag {
		width: 60px;
	}

	.swiperbox .numlist {
		position: absolute;
		bottom: 0;
	}

	.swiperbox .numlist {
		padding: 0 55px;
		height: 138px;
	}

	.swiperbox .btnbox {
		left: calc(50% - 255px);
		bottom: 72px;
		width: 510px;
		height: 90px;
		padding: 0 83px;
	}

	.swiperbox .btntitle {
		font-size: 14px;
	}

	.swiperbox .btntext {
		font-size: 26px;
	}

	.swiperbox .btntext svg {
		margin-top: 0;
		margin-left: 10px;
		width: 35px;
		height: 35px;
	}

	.maintitle {
		font-size: 40px;
	}

	.mainftitle {
		font-size: 32px;
		padding-bottom: 10px;
		border-bottom: 3px solid #f49f01;
	}

	.morebtn {
		width: 138px;
		line-height: 44px;
		font-size: 14px;
	}

	.about {
		height: 735px;
		padding-top: 75px;
	}

	.about .aboutlist {
		margin-top: 105px;
		height: 405px;
	}

	.about .aboutlist.videobox {
		float: right;
	}

	.about .aboutlist.aboutleft {
		padding-left: 3.8%;
		padding-right: 2.5%;
	}

	.about .aboutlist.aboutright {
		padding-left: 2.4%;
		padding-right: 2.7%;
	}

	.about .abouttitle {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 32px;
	}

	.abouttext {
		font-size: 16px;
		line-height: 28px;
	}

	.about .morebtn {
		margin: 28px 0 47px;
	}

	.about .aboutnavbox {
		height: 140px;
		padding: 50px 0;
	}

	.about .aboutnavtitle {
		font-size: 18px;
		font-weight: bold;
	}

	.news {
		padding: 70px 60px 0;
		height: 590px;
	}

	.news .newsbox {
		height: 305px;
		margin-top: 67px;
	}

	.news .newsbox .newsimg {
		width: 100%;
		height: 197px;
	}

	.news .newsbox .newstitle {
		margin-top: 20px;
		font-size: 19px;
		font-weight: bold;
	}

	.news .newsbox .newstext {
		margin-top: 10px;
		font-size: 16px;
		line-height: 27px;
	}

	.news .morebtn {
		margin: 45px auto 0;
	}

	.product {
		padding: 90px 70px 0;
		height: 1165px;
	}

	.product .maintitlebox {
		margin-bottom: 80px;
	}

	.product .showA {
		height: 400px;
	}

	.product .producttitle {
		right: 30px;
		bottom: 60px;
		font-size: 35px;
		line-height: 35px;
	}

	.product .productmore {
		right: 30px;
		bottom: 20px;
		font-size: 14px;
	}
	.product .showA:hover .producttitle {
		bottom: 70px;
	}
	.product .showA:hover .productmore {
		bottom: 30px;
	}

	.product .productmore svg {
		width: 30px;
		height: 30px;
		margin-left: 12px;
	}

	.product .morebtn {
		margin: 50px auto 0;
	}

	.footer {
		flex-direction: row;
		align-items: flex-start;
		height: 300px;
		padding: 50px 80px 0 85px;
	}

	.footernavbox {
		height: 85px;
	}

	.footer .footernav {
		font-size: 16px;
		margin-right: 25px;
		padding-right: 25px;
	}

	.footer .address {
		height: 100px;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
	}

	.footer .beian {
		font-size: 15px;
		text-align: left;
	}

	.footer .leftbox {
		order: 1;
	}

	.footer .middlebox {
		width: 310px;
		justify-content: space-between;
		margin-top: 35px;
	}

	.footer .erweimabox {
		width: 120px;
		height: 170px;
		text-align: center;
		font-size: 15px;
		line-height: 50px;
	}

	.footer .erweimabox img {
		width: 120px;
		height: 120px;
	}

	.footer .rightbox {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 75px;
		order: 3;
	}

	.footer .rightboxtitle {
		margin: 0 0 0 5px;
		font-size: 13px;
	}

	.footer .rightboxnum {
		font-size: 50px;
		line-height: 60px;
		font-weight: bold;
	}
	.xinwen .toutiao {
		height: 100px;
		margin-top: 30px;
	}
	.xinwen .toutiao .leftbox {
		font-size: 26px;
		width: 100px;
		line-height: 34px;
	}
	.xinwen .toutiao .leftbox .sanjiao {
    border-left: 10px solid #f49f01;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
}
	.xinwen .toutiao .rightbox {
		line-height: 31px;
		padding: 0 20px;
	}
	.xinwen .toutiao .rightbox .toutiaotitle {
		font-size: 20px;
	}
	.xinwen .toutiao .rightbox .toutiaotext {
		font-size: 17px;
	}
	.xinwenbox {
		margin: 30px 0 0;
		padding: 0 15px;
	}
	.xinwenbox .rightbox .xinwentitle {
		font-size: 20px;
		margin: 15px 0;
		padding-left: 10px;
		line-height: 20px;
		border-left: 4px solid #f49f01;
	}
	.xinwenbox .rightbox .more {
		font-size: 14px;
	}
	.xinwenbox .xinwenlist {
        margin: 15px 0;
		font-size: 16px;
	}
	.xinwenbox .xinwenlist div {
		width: calc(100% - 85px);
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	.xinwenbox .xinwenlist span {
		width: 85px;
		text-align: right;
    }
    .product .showA {
        border: none;
    }
}

.rightbox-b a:last-child{border-bottom:none!important}